Parenthesize the argument.

Akinori MUSHA 9 年之前
父節點
當前提交
77f03da94c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/huginn_scheduler.rb

+ 1 - 1
lib/huginn_scheduler.rb

@@ -5,7 +5,7 @@ class Rufus::Scheduler
5 5
 
6 6
   class Job
7 7
     # Store an ID of SchedulerAgent in this job.
8
-    def scheduler_agent_id= id
8
+    def scheduler_agent_id=(id)
9 9
       self[:scheduler_agent_id] = id
10 10
     end
11 11